Article

plaubscher's picture
article
Reads:

2570

Score:
1.666665
1.7
3
 
Comments:

0

Create your own URL using SetupIP method: Upgrading to GroupWise Client 2012

Author Info

16 April 2012 - 2:56pm
Submitted by: plaubscher

(View Disclaimer)

The method I used to upgrade an organisation to the latest GroupWise Client 2012, was to create my own URL Website. The users then needed to select the URL and had to follow certain instructions to upgrade their GroupWise Client. Here's how I did it:

  1. Create a directory called gwclient under /srv/www/htdocs on your SUSE Linux Enterprise Server ( SLES ) 10 or 11 WebServer: mkdir gwclient
  2. Download the GroupWise Client 2012 from http://www.novell.com/downloads
  3. Rename gw12.0.0_client_win_multi.exe to gwclient.exe and copy gwclient.exe into the/srv/www/htdocs/gwclient directory
  4. Open and copy all files from gwclient.tar.tz into the /srv/www/htdocs/gwclient directory on your SUSE Linux Enterprise Server ( SLES ) 10 or 11 WebServer
  5. Change the ownership in recursive mode of the gwclient directory to the actual user that is logged in: chown –R username /srv/www/htdocs/gwclient
  6. Change the permission of the gwclient directory chmod 755 /srv/www/htdocs/gwclient
  7. Copy your organisation’s logo and logo name into paint or any image viewer. You can edit and save it as a .jpeg file and replace it with the current my_logo.jpg file in gwclient.tar.tz
  8. Edit the gwupdate2.txt file, use any editor gedit or vi: Replace your organizations logo and name in the gwupdate2.txt file called my_logo.jpg
  9. Replace the logo jpeg name the “OUR ORGANISATION” name, and the “our number”, with your organisation details and save the changes:
  10. <div class="my logos" align="center">
    <img src="my_logo.jpg" alt="MY_logo"width="350"/>
    </div>
    <div class="headTitle">OUR ORGANISATION: GROUPWISE 2012 CLIENT UPDATE</div>
    ( If you experience any problems please phone the IT helpdesk at our number )
    
  11. Edit your WebServer IP Address or DNS name into the gwupdate2.txt file and save the changes:

    Please select the <a href="http://serverdns or ipaddress/gwclient/gwclient.exe">gwclient.exe</a> file,: <a href="http://serverdns or ipaddress/gwclient/gwclient.exe">http://serverdns or ipaddress/gwclient/gwclient.exe</a>

  12. Save the gwupdate2.txt file to an gwupdate2.html file. Copy the gwupdate2.html file into the /srv/www/htdocs/gwclient directory
  13. You can also make changes to the gwupdatestyle.css file by changing the text, background –color, border, color and font-weight
  14. Create a redirect symbolic link to the folder gwupdate2.html: ln -s gwupdate2.html index.html
  15. Change the permission of the jpeg files: chmod 755 /srv/www/htdocs/gwclient/my_logo.jpg, run1.jpg and run2.jpg
  16. This symbolic link will redirect it to the URL http://serverdns or ipaddress/gwclient .You can test it by right click on the gwupdate2.html, and open it in any Internet browser or type in the URL on your Internet browser, using an Windows operation system to test it.
  17. Copy the http://serverdns or ipaddress/gwclient URL and e-mail it to the GroupWise users. In the mail message, instruct the users to a) connect to the Internet, and b) Highlight the gwclient.exe, click the right mouse button and select "Open".
  18. The gwclient.exe will proceed to download and install GroupWise client 2012
  19. If you experience any problem, not displaying the URL, you can restart apache: rcapache2 restart
AttachmentSize
gwupdate2.txt2.21 KB
gwclient.tar.gz100.68 KB

Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell