- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command remote
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-18-2002 10:51 AM
03-18-2002 10:51 AM
command remote
server nt ====>server unix
#ll >>>>>> list of directories in unix
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 10:57 AM
03-18-2002 10:57 AM
Re: command remote
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:52 AM
03-18-2002 11:52 AM
Re: command remote
There is also SAMBA that could also work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:57 AM
03-18-2002 11:57 AM
Re: command remote
If you set up an .rhosts file on your unix box, your NT should be able to execute commands on your hp unix box:
C:\>rsh vpart1 -l root who
root ttyp3 Mar 18 14:47
root ttyp1 Mar 12 08:10
root ttyp2 Mar 12 16:32
root ttyp4 Mar 18 14:47
C:\>
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 04:35 PM
03-18-2002 04:35 PM
Re: command remote
Assuming you need to set the windows user up, check the following links:
http://us-support.external.hp.com/iv/bin/doc.pl/sid=652cbaa716bf85645b/screen=ivHome/?NODEID=English_SHW::WW_SW_NW_HPUX_EN_E/Q1.4.3&WARP=1
http://us-support.external.hp.com/cki/bin/doc.pl/sid=9d35e0151079830450/screen=ckiSearchResults?mode=id&searchString=A5651654
Best of luck.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 06:15 PM
03-18-2002 06:15 PM
Re: command remote
If all you want is a listing of the files on the UNIX box, why not just ftp in passive mode and run a 'ls -l'?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 11:11 PM
03-18-2002 11:11 PM
Re: command remote
From DOS prompt type:
rsh UNIXservername -l UNIXuser -n UNIXcommand
Ciao
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 05:02 AM
03-19-2002 05:02 AM
Re: command remote
I Think you are trying to get a tool for minimum level of keyborad interaction with unix.
Humming bird's "exceed" s/w may do.
-Vijay