Sponsored Content
Special Forums IP Networking Proxy Server RedHat Satellite server - Setting up HP Repository Post 302914716 by wayned on Wednesday 27th of August 2014 12:35:32 PM
Old 08-27-2014
That appears to deal with issues of the client to the satellite server. My problem is getting the repository installed and syncing from HP down to my satellite server.
 

10 More Discussions You Might Find Interesting

1. Red Hat

Setting Up Routing In Linux Redhat 9 Help

:mad: I have just recently got into using Linux RedHat 9. So far I love it, I have set it up on a server I am running. Right now I have set up Samba and am running a file server for my house. I have four computers, the linux box is connected to the internet through a switch I have. There are two... (5 Replies)
Discussion started by: xTHESEUSx
5 Replies

2. Red Hat

Setting a locale in Redhat ES 4

Hi, I am writing a shell script which would ask user to select a locale and should set the locale for them. In the script I am doing export LANG=<user selected locale> and i do 'locale' it would show me the changed locale. But, when I come out of the program and do 'locale' it... (3 Replies)
Discussion started by: eamani_sun
3 Replies

3. Red Hat

Setting an alias in Redhat

Hi Everyone, I am trying to set up alias the only way I now how, buy making entry into .bashrc file. The entry I made is alias ll='ls -lrt' It is not working as I expect. When I enter "alias" at the command line I get the following. $ alias alias l.='ls -d .* --color=tty' alias... (2 Replies)
Discussion started by: jxh461
2 Replies

4. Homework & Coursework Questions

Redhat LINUX 5 setting In VMWARE

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I have installed Redhat Linux 5 in VMWARE and would need to access through putty form the same desktop or... (2 Replies)
Discussion started by: SasiWipro
2 Replies

5. Red Hat

installing Redhat Repository server

Hello, can someone please assist me userguide to setup simple Redhat yum Repository server with out using redhat satellite server. So all client will be pointing to this repository server to install rpm's. Thanks, (3 Replies)
Discussion started by: bobby320
3 Replies

6. UNIX for Dummies Questions & Answers

Access of Microsoft Team Foundation Server (TFS) repository from Unix Server

Hello, Some of our application team uses Microsoft Team Foundation server (TFS) reposity tool for their .NET projects , I would like to access it form Unix/Linux machine. Please let me know how can access the TFS from unix. Thanks (0 Replies)
Discussion started by: posix
0 Replies

7. Red Hat

Yum repository linking to ftp site of Redhat

I have a query that does Redhat have the link to the yum repository on its FTP site. In my environment, I have the file rhel-debuginfo.repo which has - baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/$basearch/Debuginfo. I hope, my question is clear that is there a... (5 Replies)
Discussion started by: RHCE
5 Replies

8. UNIX for Advanced & Expert Users

Trying to figure out the CVS repository server.

We have an issue where we are able to check out files from unix however not from windows. On Unix I have the cvs host set to /home/group/CVSROOT but when I try and access the folder from windows I get an exception that the server refuses connection. On unix the CVSROOT is a filer and not the... (0 Replies)
Discussion started by: jjohnson
0 Replies

9. Red Hat

Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia.

Most of my commands are returning this error on RHEL 6 64 bit: Also I tried installing many sofwtares, but it fails to correctly work. For example I treid installing dos2unix: # rpm -ivh dos2unix-5.3.3-5.ram0.98.src.rpm 1:dos2unix warning: user mockbuild does not... (0 Replies)
Discussion started by: India_2014
0 Replies

10. Red Hat

Redhat Offline enviroment with satellite and sync host

Hello, we got a high security network which is completely offline. We want to use a Sync Host like described here in the Redhat documentation for Sattelite 6. I have the following Questions: - We need the complete Repository not only the main one how much space we need for this ? - Can... (2 Replies)
Discussion started by: izual
2 Replies
EARTHTRACK(1)						      General Commands Manual						     EARTHTRACK(1)

NAME
earthtrack - Combine xplanet and predict SYNOPSIS
earthtrack [ -h <predictservername> ] [ -p <proj> ] [ -x <arguments for xplanet> ] [ -u <screen update interval> ] [ -o <send output to image file (default: /tmp/xplanet.png)> ] [ -c <satellite> ] [ -C <satellite> ] OPERATION
"earthtrack" uses "xplanet" to produce an orthographic image of the earth upon which satellite names are placed over their respective sub- satellite points. The globe can be centered either over your groundstation location (default), or over the location any satellite being tracked by PREDICT. The second method allows you to "fly with the satellite" as it circles the globe. The map is updated every 20 sec- onds. By default, "earthtrack" connects to the PREDICT server running on "localhost". These defaults may be overridden through several command-line switches. The -h switch allows a different PREDICT server name to be specified. The -x switch option allows additional command-line parameters to be passed to xplanet through earthtrack. (Note that the argument that follows the -x switch must be enclosed in "quotes".) The -u switch allows a different map update interval to be specified, and the -c switch allows the map to be centered on a specific satellite. For example: earthtrack -c ISS -u 15 -h predictserver.org allows earthtrack to invoke "xearth" as a display, centering the map on the location of satellite "ISS", using host "predictserver.org" as the host running PREDICT in server mode. The satellite name specified must be the same as PREDICT displays in Multi-Tracking mode. If a space appears in the name, then the entire name must be enclosed in double quotes. "xplanet" uses highly detailed photo-realistic maps of the world available from a variety of sources to produce spectacular views of the earth. For example, if an uppercase -C is used rather than a lowercase -c for the map center switch, such as in the following example: earthtrack -C ISS the map is not only centered on the location of the ISS, but the map is also zoomed into an area slightly larger than the footprint of the satellite. A range circle is also drawn on the map to indicate the actual footprint of the spacecraft at the current time. If a map centered on the groundstation location is desired, then footprint range circles for neighboring satellites are drawn on the map. Range circles are drawn for satellites between 5 minutes prior to AOS through the point of LOS. Such a display may be created simply by executing "earthtrack" without any switches: earthtrack or with the -h switch to identify the remote host running PREDICT in server mode: earthtrack -h predictserver.org If the satellite being tracked is in sunlight, then the satellite name and range circle are displayed in white. If the satellite is in darkness, then the color blue is used. If the satellite is optically visible to the groundstation, then yellow is used. "earthtrack" may also be used to generate graphics files for use in web server environments. For example: earthtrack2 -c ISS -x "-geometry 800x600 -output graphic.png" will invoke "xplanet" to produce an 800x600 PNG image of the world centered on the sub-satellite point of the ISS with a name of "graphic.png". This feature, along with capabilities demonstrated in the ~/predict/clients/samples directory, can be used to develop satellite tracking and orbital prediction content for a web server. "earthtrack" exits when its connection to the PREDICT server is broken, such as would occur if PREDICT is terminated while "earthtrack" is still running. The application may be run as background processes by placing an ampersand (&) at the end of the command line. This version includes a -o switch to send the output to the file /tmp/xplanet.png instead of to the screen. For more creative uses of PREDICT and earthtrack, see John Heaton, G1YYH's PREDICT and earthtrack modification web page at: http://voyager.mcc.ac.uk/Predict/ Happy Tracking! 73, de John, KD2BD June 2003 OPTIONS
-c <satellite> (center on satellite) -C <satellite> (center on satellite and zoom in) -h <hostname running predict in server mode> -o <output to image file> -p <projection> -x <command line arguments to pass along to xplanet> -u <screen update interval in seconds> AUTHOR
This man page was written by A. Maitland Bottoms, AA4HS, for Debian GNU/Linux. 31 August 2003 EARTHTRACK(1)
All times are GMT -4. The time now is 02:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy