- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSSU scripting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:57 AM
01-20-2005 08:57 AM
SSSU scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 08:25 PM
01-21-2005 08:25 PM
Re: SSSU scripting
Syntax:
ADD LUN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 08:53 PM
01-21-2005 08:53 PM
Re: SSSU scripting
"ADD LUN" is used to present an EVA virtual disk to a host.
"DELETE LUN" is used for removal of the mapping.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 08:59 PM
01-21-2005 08:59 PM
Re: SSSU scripting
Creating and Presenting a Virtual Disk
=========================================
Here are the steps to follow to create a virtual disk and present the system to a
host.
â Select the newly created system
â Add a virtual disk (ADD VDISK) to the storage system
â Add a host to the system (ADD HOST)
â Add a LUN using a host and a VDISK
1. Use the SELECT SYSTEM command to select the system you just created.
NoSystemSelected> SELECT SYSTEM Yekao
Yekao>
The prompt changes to reflect the object selected, in this case the system
Yekao.
2. Create a virtual disk using the ADD VDISK command, supplying the virtual
disk name and size in whole GBs.
Yekao> ADD VDISK Enicar SIZE=4
Yekao>
This example creates a 4-GB virtual disk named Enicar with a Vraid0
redundancy.
Note: The virtual disk (storage) can be between 2 GB (minimum) and 2000
To present this newly created virtual disk, you need to have at least one host
within the storage system. This host must be added to the storage system
configuration.
You can use the SHOW WORLD_WIDE_NAME command to see the available
Fibre Channel Adapter World Wide Names.
3. Use the ADD HOST command to add a host to the storage system, supplying
the World Wide Name (WWN) for the host port (FCA).
Use caution with WWN assignments as these are not verified against the
existing adapter when assigned.
Yekao> ADD HOST \Hosts\SVT165
WORLD_WIDE_NAME=1000-0000-c923-6735
Yekao> SET HOST \Hosts\SVT165
ADD_WORLD_WIDE_NAME=1000-0000-c923-6736
4. Add the LUN to the host by using the ADD LUN command, supplying the
full path to the virtual disk and the host machine.
Yekao> ADD LUN 15 VDISK=â \Virtual Disks\Enicar\ACTIVEâ
HOST=\Hosts\SVT165
Remember, for any path or name that contains spaces, you must enclose the
entire string in double quotes, as in the example above.
Now LUN 15 is presenting the VDISK to the ho
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 09:01 PM
01-21-2005 09:01 PM
Re: SSSU scripting
Creating and Presenting a Virtual Disk
=========================================
Here are the steps to follow to create a virtual disk and present the system to a
host.
Select the newly created system
Add a virtual disk (ADD VDISK) to the storage system
Add a host to the system (ADD HOST)
Add a LUN using a host and a VDISK
1. Use the SELECT SYSTEM command to select the system you just created.
NoSystemSelected> SELECT SYSTEM Yekao
Yekao>
The prompt changes to reflect the object selected, in this case the system
Yekao.
2. Create a virtual disk using the ADD VDISK command, supplying the virtual
disk name and size in whole GBs.
Yekao> ADD VDISK Enicar SIZE=4
Yekao>
This example creates a 4-GB virtual disk named Enicar with a Vraid0
redundancy.
Note: The virtual disk (storage) can be between 2 GB (minimum) and 2000
To present this newly created virtual disk, you need to have at least one host
within the storage system. This host must be added to the storage system
configuration.
You can use the SHOW WORLD_WIDE_NAME command to see the available
Fibre Channel Adapter World Wide Names.
3. Use the ADD HOST command to add a host to the storage system, supplying
the World Wide Name (WWN) for the host port (FCA).
Use caution with WWN assignments as these are not verified against the
existing adapter when assigned.
Yekao> ADD HOST \Hosts\SVT165
WORLD_WIDE_NAME=1000-0000-c923-6735
Yekao> SET HOST \Hosts\SVT165
ADD_WORLD_WIDE_NAME=1000-0000-c923-6736
4. Add the LUN to the host by using the ADD LUN command, supplying the
full path to the virtual disk and the host machine.
Yekao> ADD LUN 15 VDISK=â \Virtual Disks\Enicar\ACTIVEâ
HOST=\Hosts\SVT165
Remember, for any path or name that contains spaces, you must enclose the
entire string in double quotes, as in the example above.
Now LUN 15 is presenting the VDISK to the host.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 09:06 PM
01-21-2005 09:06 PM
Re: SSSU scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 09:14 PM
01-21-2005 09:14 PM
Re: SSSU scripting
Above what I mentioned is as per the SSSU guide. I have never tried creating lun less than 2GB using SSSU.
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 09:27 PM
01-21-2005 09:27 PM
Re: SSSU scripting
The former portion is obviously wrong (I have just tried and could create a 1 GigaByte virtual disk using SSSU).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2005 12:33 AM
01-22-2005 12:33 AM
Re: SSSU scripting
Yes Im referring the same. I got the correction in page 47.
It was told to me during my eva training that we can specify size in GBs but then, I got confused after seeing this contradiction in an official doc. I have tried creating 1GB with CV-EVA, but never tried using SSSU for creating a volume <1GB.
You are more experienced..Thanks for the info.
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2005 02:04 AM
01-24-2005 02:04 AM
Re: SSSU scripting
The script is working!