HP 3PAR StoreServ 7200 2-node HP 3PAR System Reporter 3.1.0 Software User& - Page 50

Removing the System Reporter Tools on Linux, Removing the MySQL Database (Optional)

Page 50 highlights

7. Locate and remove the inservstats.db file if the file was in a location other than the System Reporter folder. Also remove the file inservstats.db-journal if present in the same folder. 8. (Optional) In the location where you installed Apache HTTP Server, locate the htdocs directory (for example, C:\Program Files\Apache Group\Apache2\htdocs) and delete the 3par subdirectory (C:\Program Files\Apache Group\Apache2\htdocs\3par). 9. (Optional) Go to the location where you installed Apache HTTP Server and locate the cgi-bin directory (for example, C:\Program Files\Apache Group\Apache2\cgi-bin), then delete the subdirectories 3par-policy and 3par-rpts. Removing the System Reporter Tools on Linux 1. Stop the sampleloop daemon by running: /etc/init.d/sampleloop stop 2. Remove the sampleloop and sysrptwebsrv packages by running: rpm --erase sampleloop rpm --erase sysrptwebsrv Although these commands remove the files associated with the packages, user-modified configuration files are saved with a .rpmsave suffix appended to their names. If you do not plan to re-install these packages later with similar configuration settings you may delete these configuration files. 3. If you used SQLite as the database, locate and remove the inservstats.db file, typically in the /var/inservstats directory. Also remove the file inservstats.db-journal if present in the same directory. Removing the MySQL Database (Optional) If you are using a MySQL database and you want to completely remove all HP 3PAR System Reporter components, you should also remove the inservstats database using the MySQL Administrator, as described in this section. 1. Log in to MySQL as root. You may need to do this on the machine on which MySQL is installed since root login is typically restricted to local logins only. mysql -uroot -p 2. Run the following command at the mysql prompt to delete (drop) the database (named inservstats by default): drop database inservstats; CAUTION: Deleting the database schema will remove the inservstats database and cannot be undone. 3. Delete the users created by running the following commands: drop user cliuser; drop user webuser; 4. Exit the MySQL command line. exit; 50 Installation, Configuration, Update, and Removal

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231

7.
Locate and remove the
inservstats.db
file if the file was in a location other than the
System Reporter folder. Also remove the file
inservstats.db-journal
if present in the
same folder.
8.
(Optional) In the location where you installed Apache HTTP Server, locate the
htdocs
directory
(for example,
C:\Program Files\Apache Group\Apache2\htdocs
) and delete the
3par
subdirectory (
C:\Program Files\Apache Group\Apache2\htdocs\3par)
.
9.
(Optional) Go to the location where you installed Apache HTTP Server and locate the
cgi-bin
directory (for example,
C:\Program Files\Apache Group\Apache2\cgi-bin
), then
delete the subdirectories
3par-policy
and
3par-rpts
.
Removing the System Reporter Tools on Linux
1.
Stop the sampleloop daemon by running:
/etc/init.d/sampleloop stop
2.
Remove the sampleloop and sysrptwebsrv packages by running:
rpm --erase sampleloop
rpm --erase sysrptwebsrv
Although these commands remove the files associated with the packages, user-modified
configuration files are saved with a .rpmsave suffix appended to their names. If you do not
plan to re-install these packages later with similar configuration settings you may delete these
configuration files.
3.
If you used SQLite as the database, locate and remove the
inservstats.db
file, typically
in the
/var/inservstats
directory. Also remove the file
inservstats.db-journal
if
present in the same directory.
Removing the MySQL Database (Optional)
If you are using a MySQL database and you want to completely remove all HP 3PAR System
Reporter components, you should also remove the
inservstats
database using the MySQL
Administrator, as described in this section.
1.
Log in to MySQL as root. You may need to do this on the machine on which MySQL is installed
since root login is typically restricted to local logins only.
mysql -uroot -p
2.
Run the following command at the mysql prompt to delete (drop) the database (named
inservstats by default):
drop database inservstats;
CAUTION:
Deleting the database schema will remove the inservstats database and cannot
be undone.
3.
Delete the users created by running the following commands:
drop user cliuser;
drop user webuser;
4.
Exit the MySQL command line.
exit;
50
Installation, Configuration, Update, and Removal