JASS - upgrading from Sol 9 to Sol 10


 
Thread Tools Search this Thread
Operating Systems Solaris JASS - upgrading from Sol 9 to Sol 10
# 1  
Old 06-30-2011
JASS - upgrading from Sol 9 to Sol 10

Do I need to reinstall/rerun JASS after upgrading from Sol9 to Sol10?

Just wondered if the upgrade procedure overwrote any of the settings etc?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

sol 10 sparc cant join dns

Hi I would like to ask if somehow i missed some files in configuration of joining a domain below is the procedure i take: modify /etc/nsswitch.conf host: file dns modify /etc/resolv.conf nameserver ipaddress nameserver ipaddress domain ft.domain.com search... (3 Replies)
Discussion started by: jao_madn
3 Replies

2. Solaris

GCC for X86 on SOL 10

Need help with GCC package. I did downloaded the same from sunfreeware.com for i86, however after doing the unzip I am unable to add the same with pkgadd as I am unable to get the sun standard format as SUNWgcc on my system. Thanks (4 Replies)
Discussion started by: kumarmani
4 Replies

3. UNIX for Advanced & Expert Users

luupgrade: Sol 8 -> Sol 10 u7 (5/09)

Greetings Forumers! I ran into an issue after running luupgrade on v880 running Solaris 8. I want to upgrade to Solaris 10. When I rebooted the system I noticed the file systems listed as such: # df -h Filesystem size used avail capacity Mounted on /dev/dsk/c1t1d0s0 ... (2 Replies)
Discussion started by: bluescreen
2 Replies

4. Solaris

Need help with mail service on Sol 10

Hello All: I am trying to configure mail service on Solaris 10 and I am unable to send using mailx. It appears the server may not be listening on port 25: bash-3.00# mconnect connecting to host localhost (127.0.0.1), port 25 connect: Connection refused services is configured to use port... (7 Replies)
Discussion started by: hoo5091
7 Replies

5. UNIX for Dummies Questions & Answers

Login Prompt - Sol 10

Hello When I login as root - my prompt is # I want to change this and I understand the setting (PS1=) needs to go into a file called .profile, but I don't know where this file is for the root user. The root users home folder is / when I type env. Should I be creating a home folder for the... (4 Replies)
Discussion started by: deedaz
4 Replies

6. UNIX for Advanced & Expert Users

Sol 10 Sendmail issue

We have a Spark Solaris 10 box running behind a Pix 501 firewall, we are running NAT and I have mapped access to it from the outside world. Anyway, we can receive mail no problem just can't send. I receive this message bounce: The original message was received at Thu, 10 Jan 2008 17:04:29 -0600... (1 Reply)
Discussion started by: varlania
1 Replies

7. Solaris

config v120(sol 8) as a router

Hello all I'm trying to configure a v120 (sol8) as router. The exact setup is: 2900 switch | | eri0 eri1 (node1 v120 sol8)----------------------> eri0 (node2 v120 sol8) so node1 eri1 is connected to node2 eri0. Also, on node1... (1 Reply)
Discussion started by: sashah
1 Replies

8. UNIX for Dummies Questions & Answers

kernel parameter in SOL

Hello everbody: I have Sol9, and I need to check its kernekl parameters, do you know how to list them or in which file they can be found. Thanks in Advance (3 Replies)
Discussion started by: aladdin
3 Replies

9. Solaris

Chinese characters on Sol 2.7

Hi there, I need to get a Chinese disclaimer attached to an email on a Solaris 2.7 box. The disclaimer we use is in English and stored as a text file although I've been asked to see if we can add the Chinsese one? Is it simply just a matter of adding the Chinese locale to the OS or is there... (1 Reply)
Discussion started by: Hayez
1 Replies

10. Filesystems, Disks and Memory

Move a disk to Sol. 2.6

I removed an external Sun disk (with data on it) from an old 2.6 system and added the disk to another 2.6 system. The new system seems to recognize the system (verified by the format command). When try to mount I am getting, I got the error: mount: /dev/dsk/c1t1d0s6 is not this fstype. I... (3 Replies)
Discussion started by: sunshine
3 Replies
Login or Register to Ask a Question
relup(5)							       Files								  relup(5)

NAME
relup - Release upgrade file DESCRIPTION
The release upgrade file describes how a release is upgraded in a running system. This file is automatically generated by systools:make_relup/3,4 , using a release resource file ( .rel ), application resource files ( .app ) and application upgrade files ( .appup ) as input. FILE SYNTAX
In a target system, the release upgrade file should be located in the OTP_ROOT/erts-EVsn/Vsn directory. The relup file contains one single Erlang term, which defines the instructions used to upgrade the release. The file has the following syn- tax: {Vsn, [{UpFromVsn, Descr, Instructions}, ...], [{DownToVsn, Descr, Instructions}, ...]}. * Vsn = string() is the current version of the release. * UpFromVsn = string() is an earlier version of the release to upgrade from. * Descr = term() is a user defined parameter passed from the systools:make_relup/3,4 function. It will be used in the return value of release_handler:install_release/1,2 . * Instructions is a list of low-level release upgrade instructions, see appup(5) . It consists of the release upgrade instructions from the respective application upgrade files (high-level instructions are translated to low-level instructions), in the same order as in the start script. * DownToVsn = string() is an earlier version of the release to downgrade to. When upgrading from UpFromVsn with release_handler:install_release/1,2 , there does not have to be an exact match of versions, but UpFromVsn can be a sub-string of the current release version. SEE ALSO
app(5), appup(5), rel(5), release_handler(3erl), systools(3erl) Ericsson AB sasl 2.1.9.3 relup(5)