⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pegasuscli_en.txt

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 TXT
📖 第 1 页 / 共 4 页
字号:
 	*/        Clients.CIMConfig.CIMConfigCommand.PROPERTY_VALUE_ALREADY_SET_TO:string {"PGC00228: The {0} property value is already set to {1}."}	/**	* @note PGC00229: substitution {0} name of the property (string) 	*/        Clients.CIMConfig.CIMConfigCommand.PLANNED_PROPERTY_SET_TO_DEFAULT:string {"PGC00229: The planned value for property {0} is set to the default value in the CIM server."}     	/**	* @note PGC00230: substitution {0} name of the property (string) 	*/           Clients.CIMConfig.CIMConfigCommand.CURRENT_PROPERTY_SET_TO_DEFAULT:string {"PGC00230: The current value for property {0} is set to the default value in the CIM server."}        	/**	* @note PGC00231: substitution {0} name of the property (string) 	*/           Clients.CIMConfig.CIMConfigCommand.PROPERTY_UNSET_IN_FILE:string {"PGC00231: The {0} property is reset in the configuration file."}	/**	* @note PGC00232: 	*        substitution {0} name of the property (string) 	*/        Clients.CIMConfig.CIMConfigCommand.PLANNED_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00232: The planned value for property {0} cannot be reset because the CIM server is not running."}	/**	* @note PGC00233: substitution {0} name of the property (string) 	*/        Clients.CIMConfig.CIMConfigCommand.CURRENT_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00233: The current value for property {0} cannot be reset because the CIM server is not running."}	/**	* @note PGC00234: substitution {0} name of the property (string) 	*/        Clients.CIMConfig.CIMConfigCommand.DEFAULT_PROPERTY_CANNOT_BE_UNSET_CIM_NOT_RUNNING:string {"PGC00234: The default value for property {0} cannot be reset because the CIM server is not running."}	/**	* @note PGC00235: substitution {0} name of the property (string) 	*/        Clients.CIMConfig.CIMConfigCommand.PROPERTY_VALUE_ALREADY_UNSET:string {"PGC00235: The {0} property value is already reset."}        Clients.CIMConfig.CIMConfigCommand.PLANNED_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00236: The planned value of properties cannot be listed because the CIM server is not running."}                Clients.CIMConfig.CIMConfigCommand.CURRENT_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00237: The current value of properties cannot be listed because the CIM server is not running."}                Clients.CIMConfig.CIMConfigCommand.DEFAULT_VALUES_CANNOT_BE_LISTED_CIM_NOT_RUNNING:string {"PGC00238: The default value of properties cannot be listed because the CIM server is not running."}        Clients.CIMConfig.CIMConfigCommand.NO_PROPERTIES_FOUND_IN_FILE:string {"PGC00239: No configuration properties are found in the configuration file."}        Clients.CIMConfig.CIMConfigCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00240: Invalid option. Use '--help' to obtain command syntax."}        Clients.CIMConfig.CIMConfigCommand.ERR_USAGE:string {"PGC00241: Incorrect usage. Use '--help' to obtain command syntax."}	// ==========================================================        // Messages for CIMAuthCommand	//  Please use message prefix "PGC00400"         // ==========================================================        Clients.cimauth.CIMAuthCommand.NOT_PRIVILEGED_USER:string {"PGC00400: Superuser authority is required to run this command."}        Clients.cimauth.CIMAuthCommand.CIMOM_NOT_RUNNING:string {"PGC00401: The CIM server may not be running."}        Clients.cimauth.CIMAuthCommand.FILE_NOT_READABLE:string {"PGC00402: The configuration file cannot be read."}        Clients.cimauth.CIMAuthCommand.ADD_AUTH_FAILURE:string {"PGC00403: Failed to add authorizations."}        Clients.cimauth.CIMAuthCommand.MODIFY_AUTH_FAILURE:string {"PGC00404: Failed to modify authorizations."}        Clients.cimauth.CIMAuthCommand.REMOVE_AUTH_FAILURE:string {"PGC00405: Failed to remove authorizations."}        Clients.cimauth.CIMAuthCommand.LIST_AUTH_FAILURE:string {"PGC00406: Failed to list the users."}        Clients.cimauth.CIMAuthCommand.ADD_AUTH_SUCCESS:string {"PGC00407: Authorizations added successfully."}        Clients.cimauth.CIMAuthCommand.MODIFY_AUTH_SUCCESS:string {"PGC00408: Authorizations modified successfully."}        Clients.cimauth.CIMAuthCommand.REMOVE_AUTH_SUCCESS:string {"PGC00409: Authorizations removed successfully."}        Clients.cimauth.CIMAuthCommand.NO_AUTHS_FOUND:string {"PGC00410: No user authorizations found."}        Clients.cimauth.CIMAuthCommand.AUTH_SCHEMA_NOT_LOADED:string {"PGC00411: The internal repository on the CIM server must be restored."}        Clients.cimauth.CIMAuthCommand.REQUIRED_ARGS_MISSING:string {"PGC00412: Required arguments missing."}        Clients.cimauth.CIMAuthCommand.AUTH_ALREADY_EXISTS:string {"PGC00413: The specified user authorizations already exist."}        Clients.cimauth.CIMAuthCommand.AUTH_NOT_FOUND:string {"PGC00414: The specified user authorizations are not found."}                Clients.cimauth.CIMAuthCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00415: Invalid option. Use '--help' to obtain command syntax."}                Clients.cimauth.CIMAuthCommand.ERR_USAGE:string {"PGC00416: Incorrect usage. Use '--help' to obtain command syntax."}        	// ==========================================================        // Messages for CIMProviderCommand	//  Please use message prefix "PGC00600"        // ==========================================================        /** 	* @note Clients.cimprovider.CIMProviderCommand.MENU.STANDARD:	*    Do not translate the cimprovider command or options.  Just translate the text that explains the options.    *    When translating this message, make sure that each line fits in 80 characters,     *    preserves the indenting,    *    and ends with a newline character (\n).	*/	Clients.cimprovider.CIMProviderCommand.MENU.STANDARD:string {    "Usage: cimprovider -d -m module\n"    "                   -e -m module\n"    "                   -r -m module [ -p provider ]\n"    "                   -l [ -s | -m module ]\n"    "                   -h\n"    "                   --help\n"    "                   --version\n"    "  Options:\n"    "      -d         - Disable the specified CIM provider module.\n"     "      -e         - Enable the specified CIM provider module.\n"     "      -r         - Remove specified provider module and its contained providers.\n"    "      -l         - Display all the registered provider modules.\n"    "      -m         - Specify the provider module for the operation.\n"    "      -p         - Specify the provider for the operation.\n"    "      -s         - Display the status of registered provider modules.\n"    "      -h, --help - Display this help message.\n"    "      --version  - Display CIM Server version number.\n"    "\n"	}        /** 	* @note Clients.cimprovider.CIMProviderCommand.MENU.PEGASUS_OS_OS400:	*   Do not translate the cimprovider command or options.  Just translate the text that explains the options.    *    When translating this message, make sure that each line fits in 80 characters,     *    preserves the indenting,    *    and ends with a newline character (\n). 	*/	Clients.cimprovider.CIMProviderCommand.MENU.PEGASUS_OS_OS400:string {    "Usage: cimprovider -d -m module [ -q ] \n"    "                   -e -m module [ -q ] \n"    "                   -r -m module [ -p provider ] [ -q ] \n"    "                   -l [ -s | -m module ] \n"    "                   -h\n"    "                   --help\n"    "                   --version\n"    "  Options:\n"    "     -d         - Disable the specified CIM provider module.\n"     "     -e         - Enable the specified CIM provider module.\n"     "     -r         - Remove the specified provider module and its contained providers.\n"    "     -l         - Display all the registered provider modules.\n"    "     -m         - Specify the provider module for the operation.\n"     "     -q         - Specify quiet mode, avoiding output to stdout or stderr.\n"    "     -p         - Specify the provider for the operation.\n"    "     -s           Display the status of registered provider modules.\n"    "      -h, --help - Display this help message.\n"    "      --version  - Display CIM Server version number.\n"    "\n"	}	/* 	* @note PGC00600:	*     "cimprovider" should not be translated since it is the name of the command	*/        Clients.cimprovider.CIMProviderCommand.NOT_PRIVILEGED_USER:string {"PGC00600: Superuser authority is required to run the cimprovider command."}        Clients.cimprovider.CIMProviderCommand.CIMOM_NOT_RUNNING:string {"PGC00601: The CIM server may not be running."}        Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_FAILURE:string {"PGC00602: Failed to delete the provider. "}        Clients.cimprovider.CIMProviderCommand.START_PROVIDER_FAILURE:string {"PGC00603: Failed to enable the provider module."}        Clients.cimprovider.CIMProviderCommand.STOP_PROVIDER_FAILURE:string {"PGC00604: Failed to disable the provider module."}        Clients.cimprovider.CIMProviderCommand.LIST_PROVIDERS_FAILURE:string {"PGC00605: Failed to list the providers. "}        Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_MODULE_SUCCESS:string {"PGC00606: The provider module is deleted successfully."}        Clients.cimprovider.CIMProviderCommand.DELETE_PROVIDER_SUCCESS:string {"PGC00607: The provider is deleted successfully."}        Clients.cimprovider.CIMProviderCommand.START_PROVIDER_SUCCESS:string {"PGC00608: The provider module is enabled successfully."}        Clients.cimprovider.CIMProviderCommand.STOP_PROVIDER_SUCCESS:string {"PGC00609: The provider module is disabled successfully."}        Clients.cimprovider.CIMProviderCommand.PROVIDER_ALREADY_STOPPED:string {"PGC00610: The provider module is already disabled."}        Clients.cimprovider.CIMProviderCommand.PROVIDER_ALREADY_STARTED:string {"PGC00611: The provider module is already enabled."}        Clients.cimprovider.CIMProviderCommand.CANNOT_START_PROVIDER:string {"PGC00612: The provider module cannot be enabled because it is currently being disabled."}        Clients.cimprovider.CIMProviderCommand.PROVIDER_NOT_REGISTERED:string {"PGC00613: The specified provider is not registered."}        Clients.cimprovider.CIMProviderCommand.DELETEING_PROVIDER_MODULE:string {"PGC00614: Deleting the provider module..."}        Clients.cimprovider.CIMProviderCommand.DELETEING_PROVIDER:string {"PGC00615: Deleting the provider..."}        Clients.cimprovider.CIMProviderCommand.STARTING_PROVIDER_MODULE:string {"PGC00616: Enabling the provider module..."}        Clients.cimprovider.CIMProviderCommand.STOPING_PROVIDER_MODULE:string {"PGC00617: Disabling the provider module..."}        Clients.cimprovider.CIMProviderCommand.NO_MODULE_REGISTERED:string {"PGC00618: No provider modules are registered."}        Clients.cimprovider.CIMProviderCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00619: Invalid option. Use '--help' to obtain command syntax."}        Clients.cimprovider.CIMProviderCommand.ERR_MODULE_NOT_REGISTERED:string {"PGC00620: Specified provider module is not registered."}        Clients.cimprovider.CIMProviderCommand.ERR_PROVIDER_NOT_REGISTERED:string {"PGC00621: Specified provider is not registered."}        Clients.cimprovider.CIMProviderCommand.PG_PROVIDER_SCHEMA_NOT_LOADED:string {"PGC00622: The provider registration schema might not have been loaded in the CIM repository."}        Clients.cimprovider.CIMProviderCommand.REQUIRED_ARGS_MISSING:string {"PGC00623: Required arguments are missing."}        Clients.cimprovider.CIMProviderCommand.INVALID_ARGS:string {"PGC00624: Arguments are not valid."}        Clients.cimprovider.CIMProviderCommand.UNEXPECTED_OPTION:string {"PGC00625: Unexpected option."}	Clients.cimprovider.CIMProviderCommand.PENDING_REQUESTS_STOP_PROVIDER_FAILURE:string {"PGC00626: Failed to disable the provider module.  Provider is busy."} // 485        Clients.cimprovider.CIMProviderCommand.ERR_USAGE:string {"PGC00628: Incorrect usage. Use '--help' to obtain command syntax."}        	// ==========================================================        // Messages for CIMUserCommand	//  Please use message prefix "PGC00800"        // ==========================================================        Clients.cimuser.CIMUserCommand.NOT_PRIVILEGED_USER:string {"PGC00800: Superuser authority is required to run this command."}        Clients.cimuser.CIMUserCommand.CIMOM_NOT_RUNNING:string {"PGC00801: The CIM server may not be running."}        Clients.cimuser.CIMUserCommand.ADD_USER_FAILURE:string {"PGC00802: Failed to add the user."}        Clients.cimuser.CIMUserCommand.REMOVE_USER_FAILURE:string {"PGC00803: Failed to remove the user."}        Clients.cimuser.CIMUserCommand.CHANGE_PASSWORD_FAILURE:string {"PGC00804: Failed to change the password."}        Clients.cimuser.CIMUserCommand.LIST_USERS_FAILURE:string {"PGC00805: Failed to list the users."}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -