Adding disks to a VIO Server

General Discussions.

Adding disks to a VIO Server

Postby Steve » Tue Mar 29, 2011 2:38 pm

Here is a quick tip you can use when adding new disks to a VIO Server, this helps you locate the new disks easier than searching the whole lspv output!!

# Login to the vio server as padmin.

# Take an lspv listing before you add the disks.
lspv | awk '{ print $1 }' | tee lspv.before

# Now configure the new disks.
cfgdev

# Run an lspv, but filter out the disks we had before. All you should see are the new disks.
lspv | grep -v -w -f ./lspv.before
hdisk8 none None

# Confirm the new disks are the correct size.
lspv -size hdisk8
524288
Steve
 
Posts: 25
Joined: Fri Mar 25, 2011 1:00 pm

Return to General Discussions

Who is online

Users browsing this forum: No registered users and 1 guest

cron