- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh limitations
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
05-24-2005 12:12 AM
05-24-2005 12:12 AM
remsh limitations
I am trying to run a remote command from unix server to a windows 2k3 server. I can run a short lined command but am unable to run a command line that is quite long.
Does anyone know if there is a limitation on the line size for remsh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:15 AM
05-24-2005 12:15 AM
Re: remsh limitations
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:18 AM
05-24-2005 12:18 AM
Re: remsh limitations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:47 AM
05-24-2005 12:47 AM
Re: remsh limitations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:50 AM
05-24-2005 12:50 AM
Re: remsh limitations
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:54 AM
05-24-2005 12:54 AM
Re: remsh limitations
This is something we have and are looking at as a solution but would like to do it in a command line so the ux box has more control and will get the response from the remote command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 12:57 AM
05-24-2005 12:57 AM
Re: remsh limitations
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:01 AM
05-24-2005 01:01 AM
Re: remsh limitations
We are attempting to pass the following command from a OVO server to a Remedy server to get the server to run a api called runmacro, this will create a ticket from a OVO message. Command is;
remsh sd-els-rem01.tcolumbus.stockex.com -l username ""c:\program files\ar system\runmacro.exe"" -d "c:\program files\
ar system\HOME\ARCmds" -x sd-els-rem01.tcolumbus.stockex.com -e "CreateEvent" -p ServerVar="sd-els-rem01.tcolumbus.sto
ckex.com" -p ServiceGroup="ITO" -p ServiceLine="ITO" -p ServiceArea="ITO" -p Category="ITO" -p Team="Service Provision
" -p Phone="Auto" -p EventManager="USERNAME" -p DetailedDescription="Event raised from ITO by" -p Company="COMPANY NAME" -p EnablementID="N/A" -p Date="1116861863" -p Contact="username" -p NodeList="NODENAME" -p EventDiary="Event ra
ised from ITO by (ITO TS246)" -U "Administrator" -P "PASSWORD"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:14 AM
05-24-2005 01:14 AM
Re: remsh limitations
If you create a batch file on the Remedy server called myovo.bat with say:
"c:\program files\ar system\runmacro.exe" -d "c:\program files\ar system\HOME\ARCmds" -x sd-els-rem01.tcolumbus.stockex.com -e "CreateEvent" -p ServerVar="sd-els-rem01.tcolumbus.stockex.com" -p ServiceGroup="ITO" -p ServiceLine="ITO" -p ServiceArea="ITO" -p Category="ITO" -p Team="Service Provision" -p Phone="Auto" -p EventManager="USERNAME" -p DetailedDescription="Event raised from ITO by" -p Company="COMPANY NAME" -p EnablementID="N/A" -p Date="1116861863" -p Contact="username" -p NodeList="NODENAME" -p EventDiary="Event raised from ITO by (ITO TS246)" -U "Administrator" -P "PASSWORD"
Then call it with:
remsh sd-els-rem01.tcolumbus.stockex.com -l username ""c:\program files\ar system\myovo.bat""
Just wondering if that will work or not...
If those on CAPS are indeed variables...then you need to pass them to the batch file...
remsh sd-els-rem01.tcolumbus.stockex.com -l username ""c:\program files\ar system\myovo.bat $USERNAME $NODENAME""
etc...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2005 01:51 AM
05-24-2005 01:51 AM
Re: remsh limitations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 12:03 AM
05-25-2005 12:03 AM