- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: executing remote command
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
03-26-2006 08:14 PM
03-26-2006 08:14 PM
I need to execute make_net_recovery from my ignite UX server on remote host. What options do I need to provide?
Now I get those errors:
root@lev /EvaBC>ssh adam make_net_recovery -s lev.snos.ru
sh: make_net_recovery: not found.
ssh keys are configured so I can login to remote host without prompting a password.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:25 PM
03-26-2006 08:25 PM
Re: executing remote command
ssh adam /opt/ignite/bin/make_tape_recovery -s lev.snos.ru.
You have started another thread as well. I will ask administrators to close one of them.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:30 PM
03-26-2006 08:30 PM
Re: executing remote command
The problem was make_net_recovery is not set in your path. So specify the command with full path as;
/opt/ignite/bin/make_tape_recovery
You can also use rsh to execute this command;
rsh adam /opt/ignite/bin/make_tape_recovery -s lev.snos.ru
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:32 PM
03-26-2006 08:32 PM
Re: executing remote command
I've mistaken with the name of thread while opening it. I think administrator may close it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:32 PM
03-26-2006 08:32 PM
Re: executing remote command
Try maybe to put full path of make_net_recovery command.
Can you explain what you realy want to do?
If you want to make it from client to a server here is extraction from the manual.
Create recovery
from the client
These commands create a system recovery archive from the client, using
settings from the last invocation of Ignite-UX, and using the options file
on the Ignite-UX server (myserver) in the default location,
/var/opt/ignite/clients/0xLLA/recovery/:
make_net_recovery -s myserver
Create a recovery
tape on a client
that includes the
volume group,
vg00
To create a system recovery archive from the client that includes files
from all file systems in the vg00 volume group, enter:
make_net_recovery -s myserver -x inc_entire=vg00
Preview system
recovery
To preview the creation of the system recovery archive enter:
make_tape_recovery -s myserver -p
The use of the -p option can be particularly helpful during a tape
recovery to be sure of the tape contents before attempting the recovery.
Best Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 08:35 PM
03-26-2006 08:35 PM
Re: executing remote command
I have asked administrators to close that duplicate thread. You just close this thread with your answer here. You can see close thread in this question. Close this with that.
--
Muthu