Siemens Unix = Sinix?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Siemens Unix = Sinix?
# 1  
Old 02-16-2007
Question Siemens Unix = Sinix?

Hi all

I am new to this forum. I will be work as Unix Administrator later and know I will admin Siemens Unix, I would like to ask is Siemens Unix = Sinix OS?

I only admin a bit on AIX, Solaris before. I would like to know any tutorial on Sinix on the net? As I know nothing of it. Is it easy to learn and how can I get familar with it shortly? Thanks for your help!
# 2  
Old 02-16-2007
Sinix link Try this link it will be a start. Warning old Unix system might be supported any more. Try to make the company move to Linux!
# 3  
Old 02-16-2007
Quote:
Originally Posted by johnf
Sinix link Try this link it will be a start. Warning old Unix system might be supported any more. Try to make the company move to Linux!
As i know, the company will be change to use SUSE Linux in the future, but I am very afraid of Linux, always troublesome, eg whenever installing software, it returns a lot of dependenies, which also rely on tons of other dependenies, and so on, those dependenies sometimes conflicts of themselves. Very nightmare...anyway / experience share to overcome this problem ? Thanks
# 4  
Old 02-16-2007
yes. most popular distributions of linux include at least one software package manager which will automatically resolve, download and install dependencies for you, as you install your software. Debian were the first (i think) to do this, their tool is called "apt". the one for suse is called "yast2" i think, while on other systems: mandriva uses "urpmi", fedora uses "yum", "up2date" or "apt" (in my opinion the apt port is the best of these for fedora), slackware even has one called "slapt-get" (and another called "swaret" that i haven't used) except that dependency checking for slack relies on the packages containing dependency information. None of the official slackpacks include this! this makes the slackware one a bit unstable for dependency checking at this time. I am sure solaris has one, but i can't remember the name, and i have heard of others with more funny names that do a similar job.

In short, most mature systems have some sort of automatic tool that will install your dependencies transparently over the network so not to worry.
# 5  
Old 02-16-2007
Week before I try to use "yum isntall clamav-server" on Redhat Enterprise and it just returned me find nothing. That time I am so helpless...

Quote:
Originally Posted by Calum
yes. most popular distributions of linux include at least one software package manager which will automatically resolve, download and install dependencies for you, as you install your software. Debian were the first (i think) to do this, their tool is called "apt". the one for suse is called "yast2" i think, while on other systems: mandriva uses "urpmi", fedora uses "yum", "up2date" or "apt" (in my opinion the apt port is the best of these for fedora), slackware even has one called "slapt-get" (and another called "swaret" that i haven't used) except that dependency checking for slack relies on the packages containing dependency information. None of the official slackpacks include this! this makes the slackware one a bit unstable for dependency checking at this time. I am sure solaris has one, but i can't remember the name, and i have heard of others with more funny names that do a similar job.

In short, most mature systems have some sort of automatic tool that will install your dependencies transparently over the network so not to worry.
# 6  
Old 02-21-2007
Quote:
Originally Posted by shanemcmahon
Week before I try to use "yum install clamav-server" on Redhat Enterprise and it just returned me find nothing. That time I am so helpless...
The packages you want to install need to be available at your installation repositories. If there is none with "clamav-server", it doesn't find it.
# 7  
Old 02-21-2007
Quote:
Originally Posted by Ebbi
The packages you want to install need to be available at your installation repositories. If there is none with "clamav-server", it doesn't find it.
then how to get a "right" repositories? thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

VIP Membership - The UNIX and Linux Forums - Get Your UNIX.COM Email Address Here

We work hard to make The UNIX and Linux Forums one of the best UNIX and Linux knowledge sources on the net. The site is certainly one of the top UNIX and Linux Q&A sites on the web. In order to provide certain members the best quality account services, you can now get some great extra features by... (2 Replies)
Discussion started by: Neo
2 Replies

2. Shell Programming and Scripting

File Transfer from Window server to UNIX and UNIX to UNIX

Dear All, Can someone help to command or program to transfer the file from windows to Unix server and from one unix server to another Unix server in secure way. I would request no samba client. (4 Replies)
Discussion started by: yadavricky
4 Replies

3. UNIX for Dummies Questions & Answers

How does unix system administration, unix programming, unix network programming differ?

How does unix system administration, unix programming, unix network programming differ? Please help. (0 Replies)
Discussion started by: thulasidharan2k
0 Replies

4. Shell Programming and Scripting

Batch job in unix server to move the pdf file from unix to windows.

Hi Experts, I have a requirement where i need to setup a batch job which runs everymonth and move the pdf files from unix server to windows servers. Could some body provide the inputs for this. and also please provide the inputs on how to map the network dirve in the unix like that... (1 Reply)
Discussion started by: ger199901
1 Replies

5. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

6. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

7. UNIX for Dummies Questions & Answers

Unix History Question: Why are filenames/dirnames case sentsitive in Unix?

I tried looking for the answer online and came up with only a few semi-answers as to why file and directory names are case sensitive in Unix. Right off the bat, I'll say this doesn't bother me. But I run into tons of Windows and OpenVMS admins in my day job who go batty when they have to deal... (3 Replies)
Discussion started by: deckard
3 Replies

8. UNIX for Dummies Questions & Answers

UNIX problem? Unix programm runs windows 2000 CPU over 100%

Okee problems...!! What is happening: Unix server with some programms, workstations are windows 2000, the workstations work good but when you start a programm on the Unix server the CPU of the workstations go to 100% usage resulting that the system gets very slow. The programm well its running so... (2 Replies)
Discussion started by: zerocool
2 Replies
Login or Register to Ask a Question