Windchill server not starting with automatic script in UNIX server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Windchill server not starting with automatic script in UNIX server
Hi,
I have made a script file in UNIX server to stop windchill server, take backup and then to start windchill server.
Here my issue is windchill server is getting stopped, backup is taking place and then while starting windchill server server manager is not getting invoked.... but script log says server manager started...
This above scenario is happening only if i schedule the script file, but while executing manually every thing is fine.
Can any one help on this???
- Labels:
-
Other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In order to get help you are going to need to provide more details including:
- post the script
- post the "script log"
- "but script log says server manager started..."
- What os?
- What Windchill version?
- How are you "scheduling" the job
- cron?
- at?
- other?
- What user is manually running the script?
- What user is running the "scheduled" script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Windchill version: 10.0 M020 (no patches)
OS:IBM AIX (using xmanager to connect with the system )
Scheduling job by cron
running the script manually and scheduled script are both done by root user
Find the script and script log attached below.