Windows nPartition Guide v5.5
Table Of Contents
- nPartition Administrator's Guide
- Table of Contents
- 1 Introduction
- Quick Start
- Getting to know nPartitions
- Choosing a management tool
- Management interface options
- Choosing a management mode
- Setting up the management station
- Performing nPartition management tasks
- 2 Installing nPartition Management Utilities
- 3 Using Partition Manager
- 4 Using Other Tools to Manage nPartitions
- Complex-level tasks
- nPartition-level tasks
- Boot configuration options for nPartition systems
- Find bootable devices
- List nPartition configurations
- List the local (current) nPartition number
- List memory configurations
- Configure boot paths and options
- Configure autoboot options
- Configure boot-time system tests
- Boot Windows Server 2003
- Boot over a network
- Shut down Windows Server 2003
- Reboot and reset
- Reboot for reconfiguration
- Shut down to a shutdown for reconfig (inactive) state
- Boot an inactive nPartition
- Perform a transfer of control reset
- Create a Genesis Partition
- Create a new nPartition
- Remove (delete) an nPartition
- Add cells to an nPartition
- Set core cell choices
- Rename an nPartition
- Cell-level tasks
- Power-, status-, and hardware-level tasks
- List input/output (I/O) configurations
- List cabinets in a server complex
- List power status and power supplies
- List fan and blower status
- Turn attention indicators (LEDs) on and off
- Power server cabinets on and off
- Power cells and I/O chassis on and off
- Configure and deconfigure cells
- Configure and deconfigure processors (CPUs)
- Configure and deconfigure memory (DIMMs)
- 5 nPartition Commands Reference
- 6 Troubleshooting
- Installation problems
- Checking component installation and operation
- Operational problems
- All commands: ordinal not found
- All commands: required data unavailable or locked
- Fruled: LED error messages (mid-range servers only)
- Frupower: cannot power off error
- Parcreate and parmodify: cell local memory warnings
- Parcreate, parmodify, and parremove: failure to update stable complex configuration data (SCCD)
- Parremove: shutdown and reset instructions
- Parstatus -c -V: apparent incorrect output
- Parstatus -p -V: apparent incorrect output
- Parstatus: local partition error
- Parstatus: unable to get read lock error
- Using WMIOP.EXE to pinpoint problems
- Error messages and corrective actions
- Index
Parstatus -p -V: apparent incorrect output
This issue occurs when the parstatus -p -Vcommand appears to give incorrect output. In
reality these are not errors at all, since the output displayed for “PDC Revision” should be
interpreted as your “system firmware revision”. Also, the output displayed for “IODCH Version”
(seen as “FFFF”) is only relevant with PA-RISC systems. This output should be ignored, since
it is not valid for Integrity servers running Windows Server 20003.
Parstatus: local partition error
After using the parstatus command you might see the following message:
Note: The -g option can require up to 2 minutes to complete. Please
wait...
Error: Unable to get the local partition number.
This error occurs when the -w and -g options are used in the same command. This is actually a
syntax error, since there is no local partition when using the -g option.
Parstatus: unable to get read lock error
After using the parstatus command you might see the following message:
Note: The -g option can require up to 2 minutes to complete. Please
wait...
Error: Unable to get read lock for partition.
This error occurs when a lock has been placed on the partition. The lock might have been issued
by an Administrator or by an application. If it was issued by an application that has terminated,
you can remove it using the parunlock command.
Using WMIOP.EXE to pinpoint problems
When relying on multiple software components that are running simultaneously, locating the
source of a problem can sometimes be difficult. In cases where an error message does not
adequately describe the source of the problem, or when the error could have multiple causes,
using the “wmiop.exe” utility that is included with the WMI Mapper component can help track
the problem down.
Wmiop.exe is installed in the %PEGASUS_HOME%\bin directory. Since this directory is added
to the PATH during installation, wmiop can be executed from any directory. If it cannot, that is
your first indication that something is wrong, most likely that your PATH environment variable
is not set correctly.
Syntax for the wmiop utility is described below (an abbreviated usage explanation can also be
viewed from the command line by running wmiop with no options):
Usage:
wmiop <cimoperation> [arg, ...]
Implemented operations (not case sensitive) are:
getClass|gc <class>
enumerateClassNames|ecn [ <class> ]
getInstance|gi <class> [ list ]
enumerateInstances|ei <class>
enumerateInstanceNames|ein <class>
getProperty|gp <class> { ask | list } [ <propnam> ]
setProperty|sp <class> { ask | list } [ <propnam> [ <value> ] ]
114 Troubleshooting