- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vPar create file can't accept comments
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
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
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
тАО09-03-2002 01:25 AM
тАО09-03-2002 01:25 AM
I've tried creating a file like the one below with "#" and ";" but they aren't accepted.
root: more vparcreate.vpar1*
-p vpar1
-a cpu::1
-a cpu:::1:8
-a cpu:101
-a mem::1024
-a io:1/8/0/0.1.16.0.0.6.4:BOOT
-a io:1/8/0/0
-a io:1/12/0/0
-b /stand/vmunix
-B auto
Is there another one I should try? Anyone a comment character that is accepted?
cheers,
Kevin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:02 AM
тАО09-03-2002 04:02 AM
Re: vPar create file can't accept comments
Kevin,
I just make my vPar create a "script", and in a script you can place comments:
vparcreate -p vpart1 -a cpu:33 -a mem::1280 -a io:0/0 -a io:0/0/2/0.6.0:boot
vparcreate -p vpart2 -a cpu:37 -a mem::1280 -a io:0/10 -a io:0/10/0/0.8.0.255.0.0.0:boot -a io:1/0
vparcreate -p vpart3 -a cpu:41 -a mem::1280 -a io:0/2 -a io:0/2/0/0.8.0.255.0.0.0:boot -a io:1/8
# comments can go here
vparcreate -p vpart4 -a cpu:45 -a mem::1280 # BUT NOT HERE BECAUSE OF CONTINUATION!!!
-a io:1/10 -a io:1/10/0/0.8.0.255.0.3.0:boot -a io:1/2
The IMPORTANT thing is to have the vparcreate command WITHIN the "script".
Keith, I've been screwing around with vPars for two years now, and finally we have acceptance and have it in production!!! eventually to be on 28+ N-class servers, each with 4 partitions!!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:18 AM
тАО09-03-2002 04:18 AM
SolutionSORRY about that, the STUPID "subit" screws the continuation character, let me try that again:
vparcreate -p vpart1 \\ -a cpu:33 \\ -a mem::1280 \\ -a io:0/0 \\ -a io:0/0/2/0.6.0:boot
# comments can go here
vparcreate -p vpart2 \\ -a cpu:37 \\ -a mem::1280 \\ -a io:0/10 \\ -a io:0/10/0/0.8.0.255.0.0.0:boot \\ -a io:1/0
vparcreate -p vpart3 \\ -a cpu:41 \\### BUT NO COMMENTS BETWEEN CONTINUATION's
-a mem::1280 \\ -a io:0/2 \\ -a io:0/2/0/0.8.0.255.0.0.0:boot \\ -a io:1/8
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:19 AM
тАО09-03-2002 04:19 AM
Re: vPar create file can't accept comments
ONE more time?
vparcreate -p vpart1 \ -a cpu:33 \ -a mem::1280 \ -a io:0/0 \ -a io:0/0/2/0.6.0:boot
# comments can go here
vparcreate -p vpart2 \ -a cpu:37 \ -a mem::1280 \ -a io:0/10 \ -a io:0/10/0/0.8.0.255.0.0.0:boot \ -a io:1/0
vparcreate -p vpart3 \ -a cpu:41 \### BUT NO COMMENTS BETWEEN CONTINUATION's
-a mem::1280 \ -a io:0/2 \ -a io:0/2/0/0.8.0.255.0.0.0:boot \ -a io:1/8
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:24 AM
тАО09-03-2002 04:24 AM
Re: vPar create file can't accept comments
I'll modify my input files to make them scripts then comment them to my heart's content.
cheers,
points assigned.
p.s. (I knew it would be you who'd answer, you're the vPar MAN!).
p.p.s. I've got 4 vPars bought for two of our Ns and 3 for each of our 2 L3K's. So far we've got live applications rolled out on one, rolled out but still in test mode of another, and the rest are my pet project.
thanks again for all your help Harry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:30 AM
тАО09-03-2002 04:30 AM
Re: vPar create file can't accept comments
Kevin,
That's great! I'm glad to hear it's working for ya! We found that we need to go to Release 2.0 because we are booting from an EMC SAN. Just an FYI for ya!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 04:58 AM
тАО09-03-2002 04:58 AM
Re: vPar create file can't accept comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2002 05:01 AM
тАО09-03-2002 05:01 AM
Re: vPar create file can't accept comments
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2002 12:04 PM
тАО09-04-2002 12:04 PM
Re: vPar create file can't accept comments
What boot problem is Harry reffering to? Is it related to McData (not our choice, slected for us)? PDC?