- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- golden image
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
10-30-2007 06:02 PM
10-30-2007 06:02 PM
i have problem when create make_sys_image.
i got error:
* Preparing to create a system archive.
* Testing for necessary pax patch.
* Passed pax tests.
WARNING: CLEAN_LEVEL set to 2: (see -l option for make_sys_image(1M))
While this command is executing at clean level 2, the system
should be as quiet as possible. The host and/or networking
information on the system are temporarily set to newconfig
values. After the command is complete these files are
returned to their previous state.
Creating keepsafe archive with file /stand/system
Creating your system file in the file /var/tmp/make_sys_image.hwsys.a15406
Appending file /.profile to keepsafe archive
.Appending file /etc/rc.config.d/hpfcmsconf to keepsafe archive
.Appending file /etc/rc.config.d/netconf to keepsafe archive
.Appending file /etc/rc.config.d/netdaemons to keepsafe archive
.Appending file /etc/rc.config.d/namesvrs to keepsafe archive
.Appending file /etc/rc.config.d/mailservs to keepsafe archive
.Appending file /etc/rc.config.d/xfs to keepsafe archive
.Appending file /etc/hosts to keepsafe archive
.Appending file /etc/group to keepsafe archive
.Appending file /etc/mail/sendmail.cw to keepsafe archive
.Appending file /etc/netgroup to keepsafe archive
.Appending file /etc/ntp.conf to keepsafe archive
.Appending file /etc/vue/config/Xsession.d/0070.recs to keepsafe archive
.Appending file /var/adm/sw/security/_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_OWNER to keepsafe archive
.Appending file /var/adm/sw/security/_PROD_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_SOC_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/secrets to keepsafe archive
.Appending file /var/adm/sw/security/secrets.pag to keepsafe archive
Appending file /var/adm/sw/security/secrets.dir to keepsafe archive
ERROR: The /var/opt/ignite/archives/Rel_B.11.23 directory does not exist on fcdbdev.
* Clean up: Do not interrupt; restoring files, kernel, and transition
links.
i aready check, I already created mkdir -p /var/opt/ignite/archives/Rel_B.11.23
Why system can't see my directory?
Thanks
Freddy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 06:29 PM
10-30-2007 06:29 PM
Re: golden image
Anybody can help me?
I will give big point, if can help me
Thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 07:13 PM
10-30-2007 07:13 PM
Re: golden image
What's the owner & permission for /var/opt/ignite/archives/Rel_B.11.23 ?
Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 07:19 PM
10-30-2007 07:19 PM
Re: golden image
could i know. what is ownership and permission for /var/opt/ignite/archives/Rel_B.11.23?
Thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 07:21 PM
10-30-2007 07:21 PM
Re: golden image
Could you try it with bin:bin and 777 first.
Let see what happened.
Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 07:29 PM
10-30-2007 07:29 PM
Re: golden image
thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 04:23 AM
10-31-2007 04:23 AM
Re: golden image
Suspect that you have a '-d' option. Remove that, see if the default (/var/tmp) works better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 05:38 AM
10-31-2007 05:38 AM
Re: golden image
I always do my image to a local directory, with the '-d' option - "make_sys_image -s local -d /path/to/directory"
Otherwise, make_sys_image tries to write to a remote target, via NFS mount. Either you are trying locally, or trying remote. Without '-s local', you are trying remote, even if it's to the same machine. In the case you are trying remote to the same machine, I believe make_sys_image will still try to connect via NFS (or .rhosts) to your local machine, which may not have an exported directory.
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 09:53 AM
10-31-2007 09:53 AM
Re: golden image
/var/opt/ignite/archives -anon=2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 09:57 AM
10-31-2007 09:57 AM
Re: golden image
exportfs -av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 01:36 PM
10-31-2007 01:36 PM
Re: golden image
for nfs i already check. and i can mount that directory manually. using mount command.
i used this command
make_sys_image -d /var/opt/ignite/arciver/Rel_B_11.23 -s fcdbdev
thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 01:57 PM
10-31-2007 01:57 PM
Re: golden image
make_sys_image -d /var/opt/ignite/archives/Rel_B.11.23 -s fcdbdev
i already check permission as adi surya said. owner: bin:bin, permission 777
thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 02:34 PM
10-31-2007 02:34 PM
SolutionWhat is the version of your IgniteUX, on both server?
Have you tried to mount the NFS folder locally and then create make_sys_image with target is local? When you mount the NFS locally, don't forget the permission as Adisuria said
Regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 10:36 PM
10-31-2007 10:36 PM
Re: golden image
Another suggestion, perhaps you should enable rlogin between these 2 server
Regards,
Sandy